Learn R Programming

medfate (version 0.2.2)

Forest values: Forest description functions

Description

Functions to calculate overall attributes of a forest object.

Usage

forest.BasalArea(x)

Arguments

x

An object of class forest.

Value

A vector with values for each cohort of the input forest object:

  • forest.BasalArea: Total basal area (m2/ha).

See Also

swb, forest, plant.BasalArea, summary.forest

Examples

Run this code
# NOT RUN {
#Default species parameterization
data(SpParamsMED)

#Load example plot
data(exampleforest)

#A short way to obtain total basal area
forest.BasalArea(exampleforest)
# }

Run the code above in your browser using DataLab